home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODScrptg.cpp
-
- Contains: xxx put contents here xxx
-
- Owned by: Donald Olson
-
- Copyright: © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <2> 8/3/95 RR #1257260: Collapse B classes. Remove
- somInit methods. Don't call IsInitialized
- or SubclassResponsibility
- <1> 9/2/94 DO first checked in
-
- To Do:
- */
-
-
- /*
- * This file was generated by the SOM Compiler.
- * Generated using:
- * SOM Emitter emitxtm.dll: somc/smmain.c
- */
-
-
- /*
- File: ODScrptg.cpp
-
- Contains: Implementation of ScriptingObject class
-
- Written by: Donald Olson and Kevin Calhoun
- Owned by: Donald Olson
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
- <2> 8/24/94 DO renamed file
- <1> 8/15/94 KC first checked in
-
- To Do:
- */
-
- #ifndef _ORDCOLL_
- #include "OrdColl.h"
- #endif
-
- #define ScriptingObject_Class_Source
- #include <ODScrptg.xih>
-
- SOM_Scope void SOMLINK ScriptingObjectInitScriptingObject(ScriptingObject *somSelf, Environment *ev)
- {
- ScriptingObjectData *somThis = ScriptingObjectGetData(somSelf);
- ScriptingObjectMethodDebug("ScriptingObject","ScriptingObjectInitScriptingObject");
- }
-
- SOM_Scope void SOMLINK ScriptingObjectsomUninit(ScriptingObject *somSelf)
- {
- ScriptingObjectData *somThis = ScriptingObjectGetData(somSelf);
- ScriptingObjectMethodDebug("ScriptingObject","ScriptingObjectsomUninit");
-
- ScriptingObject_parent_ODObject_somUninit(somSelf);
- }
-